From 587f4d2f1325c4572e248a1009bd7b43bbeed944 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 22 Oct 2002 19:13:31 +0000 Subject: [PATCH] Pick up missed fix for route_head_alloc. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@132 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/route.c b/gpsbabel/route.c index 7614b8bd8..92c8f4a18 100644 --- a/gpsbabel/route.c +++ b/gpsbabel/route.c @@ -35,7 +35,7 @@ route_head_alloc(void) route_head *rte_head; rte_head = xmalloc(sizeof (*rte_head)); QUEUE_INIT(&rte_head->Q); - + return rte_head; } -- 2.30.2